home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4287 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  351 b 

  1. From: CompuWord@msn.com (Meiyu Lin)
  2. Subject: RE: a link problem
  3. Date: 3 Feb 96 05:19:44 -0800
  4. References: <4ers17$4c3@srvr1.engin.umich.edu>
  5. Message-ID: <00001a80+00007680@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. You need to put a prototype on your a file:
  11. e.g.
  12. extern void b (void);
  13.  
  14.